home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / util / text / frexxedv.lha / FrexxEdpatch / fpl / BookMark.FPL.README < prev    next >
Text File  |  1995-09-11  |  2KB  |  59 lines

  1. #############################################################################
  2. File:        BookMark.FPL
  3. Author:        Kjell Ericson
  4.         Jesper Skov
  5. Email:        kjer@pki.philips.se
  6.         jskov@iesd.auc.dk
  7. Short:        Set and goto bookmarks.
  8. Version:    1.3
  9. Date:        11.9.95
  10. Local settings:    mark_adjust_marks, mark_save_marks
  11. Global settings:
  12. Keysequence:
  13. Type:        F1-F10, shift F1-F10
  14. Prereq:
  15. Copyright:
  16. #############################################################################
  17.  
  18. FUNCTION
  19.  Creates ten bookmarks for each buffer. Set bookmarks with shift F-key and
  20.  jump to that bookmark by pressing the F-key alone.
  21.  
  22.  If the variable "mark_adjust_marks" is checked, the position of the marks
  23.  will be adjusted whenever a line is inserted or deleted.
  24.  
  25.  If the variable "mark_save_marks" is checked, the position information of
  26.  the marks will be loaded/saved in a seperate file ("<name>.Mrk").
  27.  
  28.  The variable "mark_storage" contains information about where the mark file
  29.  should be saved. There are three cases:
  30.   1) Empty    : The ".Mrk" file is saved in the same directory as its
  31.           master file.
  32.  
  33.   2) Absolute    : An absolute path (i.e. containing ":"). All ".Mrk" files
  34.           are saved to the specified directory.
  35.           The path *must* end in ":" or "/"!
  36.  
  37.   3) Local    : The ".Mrk" files are saved in a subdirectory named "marks".
  38.           This directory will be automatically created.
  39.           This mode is identified by a non-empty string, not
  40.           containing the ":" character (e.g. "local").
  41.  
  42.  The mark_storage is also used when loading files (obviously :).
  43.  
  44.  
  45.  
  46. HISTORY (REV)
  47.  01.03.94 (0)    First release. (Kjell)
  48.  26.07.95 (1)    Added adjust and load/save. (Jesper)
  49.  27.07.95 (2)    Added mark_storage control. (Jesper)
  50.  11.09.95 (3)    Inserted Visible(0).
  51.  
  52. BUGS
  53.  
  54.  
  55. TODO
  56.  
  57. SEE ALSO
  58.  
  59.